ArrayAppend(array, value)


Appends an array index to the end of the specified array. Returns a Boolean TRUE on successful completion.

See also ArrayPrepend.

array

Name of the array to which you want to append an index.

value

The value you want to place into the specified array in the last index position.